home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / qrz_mac.hqx / qrz.doc next >
Text File  |  1994-10-19  |  4KB  |  76 lines

  1. Here is the first beta version of my Macintosh application to access the
  2. callbook info on the QRZ! Ham Radio CD ROM. This app was written over the
  3. course of a couple of weeks, and still has a few rough edges. I hope to get
  4. most of these out before I have to turn in version 1.0 for inclusion in the
  5. next release of the CD ROM. I probably won't have time to add any new features
  6. before then. I do, however, want to hear suggestions for future versions of the
  7. program. Although new versions will be finalized for inclusion in each new
  8. release of the CD ROM, intermediate versions will be released from time to time
  9. as new features are added and bugs fixed. These will be placed on the QRZ FTP
  10. server, ftp.qrz.com, and occasionally on CompuServe. I may also email versions
  11. to hams with Internet access. Let me know if you are interested in this
  12. service.
  13.  
  14. For now, the function of the program are fairly limited.
  15.  
  16. It is possible to search on all four fields allowed in the PC version of the
  17. program, namely Call, Name, QTH, and Zip. The format for the name is 
  18.   LAST,FIRST  --- use no spaces, the comma is needed only if narrowing the
  19. search to a certain first name. The format for QTH is a 2 character state
  20. abbreviation followed by the city name, e.g. FLMIAMI is Miami, FL. Zip searches
  21. use the 5 digit zip...note there are a number of hams who did not specify zip
  22. codes, and they are in the database either with 00000 or an empty string. Upper
  23. or lower case may be used to enter search criteria, the program will convert to
  24. upper case for the search.
  25.  
  26. Once a key is entered and a search started (by hitting return), the first
  27. record that matches is displayed. The database can be explored using the arrow
  28. keys or cmd-N for next and cmd-M for previous record. This can be fun to play
  29. with. The order the records are displayed is the order they are stored in the
  30. database files, obvious when using the zip, name, and QTH. However, the
  31. callsign sort uses the suffix as the most significant part, followed by the
  32. number and the prefix. This is different from the way the printed Callbook does
  33. things, where the number is most significant, followed by the suffix and
  34. finally prefix as least significant. It makes no more or less sense, just takes
  35. a bit of getting used to.
  36.  
  37. On output, the default is to display results in upper and lower case
  38. letters. This is a conversion done by my program, and is loaded with special
  39. cases such as SW and APO. If you find any records that look 'funny', please
  40. send me the callsign. I did things this way because I find all caps very
  41. annoying, but if you disagree, you can turn the feature off in the Prefs menu.
  42.  
  43. There are a few DX callbooks incorporated into the callsign database (but not
  44. the name, QTH, or ZIP databases). The raw data in these files does not match
  45. the format used in the US database, so the formatting is messed up. By default,
  46. the program does not display and DX calls, but the feature can be turned on in
  47. the Prefs menu.
  48.  
  49. Any time a search result is shown in the window, the data can be copied to the
  50. clipboard with the copy or cut commands. This data is saved in a format
  51. satisfactory for mailing labels.
  52.  
  53. On all my systems, the QRZ! CD ROM shows as 'Untitled'...I have asked Lloyd to
  54. look into getting it a name that is more unique. The files may be transferred
  55. to a hard disk if you wish, and have the space, but for now you must use ResEdit
  56. to change the path as stored in 'STR ' #128. If this is greek to you, you'll 
  57. have to wait for a future version to allow an easier way to set the path. The 
  58. call files, CALLBKC.DAT and CALLBKC.IDX, must be on the HD, but the other files
  59. need not be transferred, if the program can't find them in the same directory 
  60. the corresponding searches are dimmed in the menu.
  61.  
  62. Planned features for future versions:
  63.  
  64. Save preferences, like lower case and DX, as well as window position and data
  65. file pathways, in a preferences file.
  66.  
  67. Data export, based on search keys, to a disk file.
  68.  
  69. Easier way to specify the directory path to the data files, if they are moved
  70. onto hard disk or the CD ROM name changes. 
  71.  
  72. Compression of the database to allow transfer to hard disk with less space
  73. requirement.
  74.  
  75. Printing functions for user defined mailing labels and other formats. 
  76.